You are here:
Symbol Reference > Monnit Namespace >
ExtentionMethods Class
>
ExtentionMethods Methods
>
ExtentionMethods.CallStaticMethod Method
Collapse All
ExtentionMethods.CallStaticMethod Method
ExtentionMethods Class
ExtentionMethods Members
ExtentionMethods Methods
Send Feedback
Syntax
C++
C#
Visual Basic
object
CallStaticMethod
(
this
Type
type
, string
MethodName
, object[]
param
);
public
static
object
CallStaticMethod
(
this
Type
type
,
string
MethodName
,
object
[]
param
);
Public
static
Function
CallStaticMethod
(
type
As
this Type,
MethodName
As
string
,
param
As
object
[])
As
object
See Also
ExtentionMethods Class
,
ExtentionMethods Members
,
ExtentionMethods Methods
Group
ExtentionMethods Methods
Remarks
This is CallStaticMethod, a member of class ExtentionMethods.